first commit

This commit is contained in:
s.golasch
2023-08-01 13:49:46 +02:00
commit 1fc239fd54
20238 changed files with 3112246 additions and 0 deletions

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1,3 @@
[
,null
]

View File

@@ -0,0 +1,3 @@
[
,
]

View File

@@ -0,0 +1,4 @@
[
true
false
]

View File

@@ -0,0 +1,5 @@
[
true,
false,
null
]

View File

@@ -0,0 +1,3 @@
[
null,
]

View File

@@ -0,0 +1,6 @@
[
false
/*
true
*/
]

View File

@@ -0,0 +1,5 @@
null
/*
Some non-comment top-level value is needed;
we use null above.
*/

View File

@@ -0,0 +1 @@
"This /* block comment */ isn't really a block comment."

View File

@@ -0,0 +1,5 @@
/*
Some non-comment top-level value is needed;
we use null below.
*/
null

View File

@@ -0,0 +1,7 @@
/**
* This is a JavaDoc-like block comment.
* It contains asterisks inside of it.
* It might also be closed with multiple asterisks.
* Like this:
**/
true

View File

@@ -0,0 +1,3 @@
[
false // true
]

View File

@@ -0,0 +1 @@
null // Some non-comment top-level value is needed; we use null here.

View File

@@ -0,0 +1 @@
"This inline comment // isn't really an inline comment."

View File

@@ -0,0 +1,2 @@
// Some non-comment top-level value is needed; we use null below.
null

View File

@@ -0,0 +1,4 @@
/*
This should fail;
comments cannot be the top-level value.
*/

View File

@@ -0,0 +1 @@
// This should fail; comments cannot be the top-level value.

View File

@@ -0,0 +1,5 @@
true
/*
This block comment doesn't terminate.
There was a legitimate value before this,
but this is still invalid JS/JSON5.

View File

View File

@@ -0,0 +1,106 @@
{
"name": "npm",
"publishConfig": {
"proprietary-attribs": false
},
"description": "A package manager for node",
"keywords": [
"package manager",
"modules",
"install",
"package.json"
],
"version": "1.1.22",
"preferGlobal": true,
"config": {
"publishtest": false
},
"homepage": "http://npmjs.org/",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"repository": {
"type": "git",
"url": "https://github.com/isaacs/npm"
},
"bugs": {
"email": "npm-@googlegroups.com",
"url": "http://github.com/isaacs/npm/issues"
},
"directories": {
"doc": "./doc",
"man": "./man",
"lib": "./lib",
"bin": "./bin"
},
"main": "./lib/npm.js",
"bin": "./bin/npm-cli.js",
"dependencies": {
"semver": "~1.0.14",
"ini": "1",
"slide": "1",
"abbrev": "1",
"graceful-fs": "~1.1.1",
"minimatch": "~0.2",
"nopt": "1",
"node-uuid": "~1.3",
"proto-list": "1",
"rimraf": "2",
"request": "~2.9",
"which": "1",
"tar": "~0.1.12",
"fstream": "~0.1.17",
"block-stream": "*",
"inherits": "1",
"mkdirp": "0.3",
"read": "0",
"lru-cache": "1",
"node-gyp": "~0.4.1",
"fstream-npm": "0 >=0.0.5",
"uid-number": "0",
"archy": "0",
"chownr": "0"
},
"bundleDependencies": [
"slide",
"ini",
"semver",
"abbrev",
"graceful-fs",
"minimatch",
"nopt",
"node-uuid",
"rimraf",
"request",
"proto-list",
"which",
"tar",
"fstream",
"block-stream",
"inherits",
"mkdirp",
"read",
"lru-cache",
"node-gyp",
"fstream-npm",
"uid-number",
"archy",
"chownr"
],
"devDependencies": {
"ronn": "https://github.com/isaacs/ronnjs/tarball/master"
},
"engines": {
"node": "0.6 || 0.7 || 0.8",
"npm": "1"
},
"scripts": {
"test": "node ./test/run.js",
"prepublish": "npm prune; rm -rf node_modules/*/{test,example,bench}*; make -j4 doc",
"dumpconf": "env | grep npm | sort | uniq"
},
"licenses": [
{
"type": "MIT +no-false-attribs",
"url": "http://github.com/isaacs/npm/raw/master/LICENSE"
}
]
}

View File

@@ -0,0 +1,106 @@
{
name: 'npm',
publishConfig: {
'proprietary-attribs': false,
},
description: 'A package manager for node',
keywords: [
'package manager',
'modules',
'install',
'package.json',
],
version: '1.1.22',
preferGlobal: true,
config: {
publishtest: false,
},
homepage: 'http://npmjs.org/',
author: 'Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)',
repository: {
type: 'git',
url: 'https://github.com/isaacs/npm',
},
bugs: {
email: 'npm-@googlegroups.com',
url: 'http://github.com/isaacs/npm/issues',
},
directories: {
doc: './doc',
man: './man',
lib: './lib',
bin: './bin',
},
main: './lib/npm.js',
bin: './bin/npm-cli.js',
dependencies: {
semver: '~1.0.14',
ini: '1',
slide: '1',
abbrev: '1',
'graceful-fs': '~1.1.1',
minimatch: '~0.2',
nopt: '1',
'node-uuid': '~1.3',
'proto-list': '1',
rimraf: '2',
request: '~2.9',
which: '1',
tar: '~0.1.12',
fstream: '~0.1.17',
'block-stream': '*',
inherits: '1',
mkdirp: '0.3',
read: '0',
'lru-cache': '1',
'node-gyp': '~0.4.1',
'fstream-npm': '0 >=0.0.5',
'uid-number': '0',
archy: '0',
chownr: '0',
},
bundleDependencies: [
'slide',
'ini',
'semver',
'abbrev',
'graceful-fs',
'minimatch',
'nopt',
'node-uuid',
'rimraf',
'request',
'proto-list',
'which',
'tar',
'fstream',
'block-stream',
'inherits',
'mkdirp',
'read',
'lru-cache',
'node-gyp',
'fstream-npm',
'uid-number',
'archy',
'chownr',
],
devDependencies: {
ronn: 'https://github.com/isaacs/ronnjs/tarball/master',
},
engines: {
node: '0.6 || 0.7 || 0.8',
npm: '1',
},
scripts: {
test: 'node ./test/run.js',
prepublish: 'npm prune; rm -rf node_modules/*/{test,example,bench}*; make -j4 doc',
dumpconf: 'env | grep npm | sort | uniq',
},
licenses: [
{
type: 'MIT +no-false-attribs',
url: 'http://github.com/isaacs/npm/raw/master/LICENSE',
},
],
}

View File

@@ -0,0 +1,25 @@
{
foo: 'bar',
while: true,
this: 'is a \
multi-line string',
// this is an inline comment
here: 'is another', // inline comment
/* this is a block comment
that continues on another line */
hex: 0xDEADbeef,
half: .5,
delta: +10,
to: Infinity, // and beyond!
finally: 'a trailing comma',
oh: [
"we shouldn't forget",
'arrays can have',
'trailing commas too',
],
}

View File

@@ -0,0 +1,5 @@
{
// An invalid form feed character (\x0c) has been entered before this comment.
// Be careful not to delete it.
"a": true
}

View File

@@ -0,0 +1,13 @@
# Since we're testing different representations of new lines,
# make sure the editor doesn't mangle line endings.
# Don't commit files in this directory unless you've checked
# their escaped new lines.
[*-lf.*]
end_of_line = lf
[*-cr.*]
end_of_line = cr
[*-crlf.*]
end_of_line = crlf

View File

@@ -0,0 +1,4 @@
# Since we're testing different representations of new lines,
# treat all tests in this folder as binary files.
* binary

View File

@@ -0,0 +1 @@
{ // This comment is terminated with `\r`. }

View File

@@ -0,0 +1,3 @@
{
// This comment is terminated with `\r\n`.
}

View File

@@ -0,0 +1,3 @@
{
// This comment is terminated with `\n`.
}

View File

@@ -0,0 +1 @@
{ // the following string contains an escaped `\r` a: 'line 1 \ line 2' }

View File

@@ -0,0 +1,5 @@
{
// the following string contains an escaped `\r\n`
a: 'line 1 \
line 2'
}

View File

@@ -0,0 +1,5 @@
{
// the following string contains an escaped `\n`
a: 'line 1 \
line 2'
}

View File

@@ -0,0 +1 @@
0b100

View File

@@ -0,0 +1 @@
.5

View File

@@ -0,0 +1 @@
0.5

View File

@@ -0,0 +1 @@
5.

View File

@@ -0,0 +1 @@
1.2e3

View File

@@ -0,0 +1 @@
1.2

View File

@@ -0,0 +1 @@
0x

View File

@@ -0,0 +1 @@
0xc8

View File

@@ -0,0 +1 @@
0XC8

View File

@@ -0,0 +1 @@
0xc8e4

View File

@@ -0,0 +1 @@
0xC8

View File

@@ -0,0 +1 @@
Infinity

View File

@@ -0,0 +1 @@
1e2.3

View File

@@ -0,0 +1 @@
1e0x4

View File

@@ -0,0 +1 @@
2e23

View File

@@ -0,0 +1 @@
1e-2.3

View File

@@ -0,0 +1 @@
1e-0x4

View File

@@ -0,0 +1 @@
2e-23

View File

@@ -0,0 +1 @@
1e+2.3

View File

@@ -0,0 +1 @@
1e+0x4

View File

@@ -0,0 +1 @@
1e+2

View File

@@ -0,0 +1 @@
5e0

View File

@@ -0,0 +1 @@
15

View File

@@ -0,0 +1 @@
.

View File

@@ -0,0 +1 @@
NaN

View File

@@ -0,0 +1 @@
-0b10

View File

@@ -0,0 +1 @@
-.5

View File

@@ -0,0 +1 @@
-0.5

View File

@@ -0,0 +1 @@
-5.

View File

@@ -0,0 +1 @@
-1.2

View File

@@ -0,0 +1 @@
-0xC8

View File

@@ -0,0 +1 @@
-Infinity

View File

@@ -0,0 +1 @@
-15

View File

@@ -0,0 +1 @@
-098

View File

@@ -0,0 +1 @@
-0o123

View File

@@ -0,0 +1 @@
-0123

View File

@@ -0,0 +1 @@
-0b0

View File

@@ -0,0 +1 @@
-0.0

View File

@@ -0,0 +1 @@
-0x0

View File

@@ -0,0 +1 @@
-0

View File

@@ -0,0 +1 @@
-0o0

View File

@@ -0,0 +1 @@
-00

View File

@@ -0,0 +1 @@
0780

View File

@@ -0,0 +1 @@
080

View File

@@ -0,0 +1 @@
0o200

View File

@@ -0,0 +1 @@
010

View File

@@ -0,0 +1 @@
+0b10

View File

@@ -0,0 +1 @@
+.5

View File

@@ -0,0 +1 @@
+0.5

View File

@@ -0,0 +1 @@
+5.

View File

@@ -0,0 +1 @@
+1.2

View File

@@ -0,0 +1 @@
+0xC8

View File

@@ -0,0 +1 @@
+Infinity

View File

@@ -0,0 +1 @@
+15

View File

@@ -0,0 +1 @@
+098

View File

@@ -0,0 +1 @@
+0o123

View File

@@ -0,0 +1 @@
+0123

View File

@@ -0,0 +1 @@
+0b0

View File

@@ -0,0 +1 @@
+0.0

View File

@@ -0,0 +1 @@
+0x0

View File

@@ -0,0 +1 @@
+0

View File

@@ -0,0 +1 @@
+0o0

Some files were not shown because too many files have changed in this diff Show More