|
1 | 1 | {
|
2 |
| - "homepage": "http://aureooms.github.io/js-string/", |
3 |
| - "keywords": [ |
4 |
| - "bricks", |
5 |
| - "char", |
6 |
| - "character", |
7 |
| - "javascript", |
8 |
| - "js", |
9 |
| - "sequence", |
10 |
| - "string", |
11 |
| - "ender" |
12 |
| - ], |
13 |
| - "license": "AGPL-3.0", |
14 |
| - "author": "aureooms", |
15 |
| - "repository": { |
16 |
| - "url": "https://github.com/aureooms/js-string.git", |
17 |
| - "type": "git" |
18 |
| - }, |
19 |
| - "bugs": { |
20 |
| - "url": "https://github.com/aureooms/js-string/issues" |
21 |
| - }, |
22 | 2 | "name": "@aureooms/js-string",
|
23 |
| - "main": "lib/index.js", |
24 |
| - "version": "0.2.0", |
25 |
| - "scripts": { |
26 |
| - "build": "babel --delete-dir-on-start --env-name production src -d lib", |
27 |
| - "test": "ava", |
28 |
| - "esdoc": "esdoc", |
29 |
| - "lint": "true", |
30 |
| - "prepare": "npm run build", |
31 |
| - "cover": "nyc --reporter=lcov npm test", |
32 |
| - "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", |
33 |
| - "travis": "npm run lint && npm run cover", |
34 |
| - "release": "np" |
35 |
| - }, |
36 | 3 | "description": "character sequence code bricks for JavaScript",
|
37 |
| - "dependencies": {}, |
38 |
| - "devDependencies": { |
39 |
| - "@babel/cli": "7.11.6", |
40 |
| - "@babel/core": "7.11.6", |
41 |
| - "@babel/preset-env": "7.11.5", |
42 |
| - "@babel/register": "7.11.5", |
43 |
| - "ava": "3.12.1", |
44 |
| - "babel-plugin-transform-remove-console": "6.9.4", |
45 |
| - "babel-plugin-unassert": "3.0.1", |
46 |
| - "babel-preset-power-assert": "3.0.0", |
47 |
| - "coveralls": "3.1.0", |
48 |
| - "esdoc": "1.1.0", |
49 |
| - "esdoc-inject-script-plugin": "1.0.0", |
50 |
| - "esdoc-inject-style-plugin": "1.0.0", |
51 |
| - "esdoc-standard-plugin": "1.0.0", |
52 |
| - "np": "6.5.0", |
53 |
| - "nyc": "15.1.0", |
54 |
| - "power-assert": "1.6.1", |
55 |
| - "regenerator-runtime": "0.13.7" |
| 4 | + "version": "0.2.0", |
| 5 | + "author": "aureooms", |
| 6 | + "ava": { |
| 7 | + "files": [ |
| 8 | + "test/src/**/*" |
| 9 | + ], |
| 10 | + "require": [ |
| 11 | + "regenerator-runtime/runtime", |
| 12 | + "@babel/register" |
| 13 | + ], |
| 14 | + "timeout": "1m" |
56 | 15 | },
|
57 | 16 | "babel": {
|
58 | 17 | "presets": [
|
|
113 | 72 | }
|
114 | 73 | }
|
115 | 74 | },
|
116 |
| - "ava": { |
117 |
| - "files": [ |
118 |
| - "test/src/**/*" |
119 |
| - ], |
120 |
| - "require": [ |
121 |
| - "regenerator-runtime/runtime", |
122 |
| - "@babel/register" |
123 |
| - ], |
124 |
| - "timeout": "1m" |
| 75 | + "bugs": { |
| 76 | + "url": "https://github.com/aureooms/js-string/issues" |
| 77 | + }, |
| 78 | + "dependencies": {}, |
| 79 | + "devDependencies": { |
| 80 | + "@babel/cli": "7.11.6", |
| 81 | + "@babel/core": "7.11.6", |
| 82 | + "@babel/preset-env": "7.11.5", |
| 83 | + "@babel/register": "7.11.5", |
| 84 | + "ava": "3.12.1", |
| 85 | + "babel-plugin-transform-remove-console": "6.9.4", |
| 86 | + "babel-plugin-unassert": "3.0.1", |
| 87 | + "babel-preset-power-assert": "3.0.0", |
| 88 | + "coveralls": "3.1.0", |
| 89 | + "esdoc": "1.1.0", |
| 90 | + "esdoc-inject-script-plugin": "1.0.0", |
| 91 | + "esdoc-inject-style-plugin": "1.0.0", |
| 92 | + "esdoc-standard-plugin": "1.0.0", |
| 93 | + "np": "6.5.0", |
| 94 | + "nyc": "15.1.0", |
| 95 | + "power-assert": "1.6.1", |
| 96 | + "regenerator-runtime": "0.13.7" |
125 | 97 | },
|
126 | 98 | "files": [
|
127 | 99 | "lib"
|
128 | 100 | ],
|
| 101 | + "homepage": "http://aureooms.github.io/js-string/", |
| 102 | + "keywords": [ |
| 103 | + "bricks", |
| 104 | + "char", |
| 105 | + "character", |
| 106 | + "ender", |
| 107 | + "javascript", |
| 108 | + "js", |
| 109 | + "sequence", |
| 110 | + "string" |
| 111 | + ], |
| 112 | + "license": "AGPL-3.0", |
| 113 | + "main": "lib/index.js", |
| 114 | + "repository": { |
| 115 | + "url": "https://github.com/aureooms/js-string.git", |
| 116 | + "type": "git" |
| 117 | + }, |
| 118 | + "scripts": { |
| 119 | + "build": "babel --delete-dir-on-start --env-name production src -d lib", |
| 120 | + "cover": "nyc --reporter=lcov npm test", |
| 121 | + "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", |
| 122 | + "esdoc": "esdoc", |
| 123 | + "lint": "true", |
| 124 | + "prepare": "npm run build", |
| 125 | + "release": "np", |
| 126 | + "test": "ava", |
| 127 | + "travis": "npm run lint && npm run cover" |
| 128 | + }, |
129 | 129 | "sideEffects": false
|
130 | 130 | }
|
0 commit comments