mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 13:02:18 +00:00
Add --hoist option
This commit is contained in:
parent
8c521da029
commit
270740b4fc
4901
package-lock.json
generated
Normal file
4901
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@
|
||||
"scripts": {
|
||||
"test": "make test",
|
||||
"removefiledependencies": "node ./scripts/removefiledependencies.js",
|
||||
"postinstall": "lerna bootstrap --stream && node ./scripts/setup.js && node ./scripts/removefiledependencies.js"
|
||||
"postinstall": "lerna bootstrap --stream --hoist && node ./scripts/setup.js && node ./scripts/removefiledependencies.js"
|
||||
},
|
||||
"author": {
|
||||
"email": "hi@strapi.io",
|
||||
|
131
packages/strapi-generate/package-lock.json
generated
131
packages/strapi-generate/package-lock.json
generated
@ -4,61 +4,6 @@
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@sailshq/lodash": {
|
||||
"version": "3.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@sailshq/lodash/-/lodash-3.10.2.tgz",
|
||||
"integrity": "sha1-FWfUc0U2TCwuIHe8ETSHsd/mIVQ="
|
||||
},
|
||||
"ansi-regex": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
||||
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
|
||||
},
|
||||
"ansi-styles": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
||||
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
|
||||
},
|
||||
"async": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz",
|
||||
"integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==",
|
||||
"requires": {
|
||||
"lodash": "4.17.4"
|
||||
}
|
||||
},
|
||||
"captains-log": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/captains-log/-/captains-log-1.0.2.tgz",
|
||||
"integrity": "sha1-qmhCpklBbV/qmjfmGoY6fxvFtRw=",
|
||||
"requires": {
|
||||
"@sailshq/lodash": "3.10.2",
|
||||
"chalk": "1.1.3",
|
||||
"rc": "1.0.1"
|
||||
}
|
||||
},
|
||||
"chalk": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
||||
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
||||
"requires": {
|
||||
"ansi-styles": "2.2.1",
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"strip-ansi": "3.0.1",
|
||||
"supports-color": "2.0.0"
|
||||
}
|
||||
},
|
||||
"deep-extend": {
|
||||
"version": "0.2.11",
|
||||
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz",
|
||||
"integrity": "sha1-eha6aXKRMjQFBhcElLyD9wdv4I8="
|
||||
},
|
||||
"escape-string-regexp": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
||||
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
||||
},
|
||||
"fs-extra": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz",
|
||||
@ -74,19 +19,6 @@
|
||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
|
||||
"integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg="
|
||||
},
|
||||
"has-ansi": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
|
||||
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
|
||||
"requires": {
|
||||
"ansi-regex": "2.1.1"
|
||||
}
|
||||
},
|
||||
"ini": {
|
||||
"version": "1.3.4",
|
||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
|
||||
"integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4="
|
||||
},
|
||||
"jsonfile": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
|
||||
@ -103,36 +35,6 @@
|
||||
"graceful-fs": "4.1.11"
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.4",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
|
||||
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
|
||||
},
|
||||
"minimist": {
|
||||
"version": "0.0.10",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
|
||||
"integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8="
|
||||
},
|
||||
"rc": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/rc/-/rc-1.0.1.tgz",
|
||||
"integrity": "sha1-+RnCXoBMsKpg9v2S2Sn8hrRQE+g=",
|
||||
"requires": {
|
||||
"deep-extend": "0.2.11",
|
||||
"ini": "1.3.4",
|
||||
"minimist": "0.0.10",
|
||||
"strip-json-comments": "0.1.3"
|
||||
}
|
||||
},
|
||||
"reportback": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/reportback/-/reportback-2.0.1.tgz",
|
||||
"integrity": "sha1-PyJVrlkEpQn8AV1CWq+iNviTpRY=",
|
||||
"requires": {
|
||||
"captains-log": "1.0.2",
|
||||
"switchback": "2.0.2"
|
||||
}
|
||||
},
|
||||
"strapi-utils": {
|
||||
"version": "file:../strapi-utils",
|
||||
"requires": {
|
||||
@ -767,39 +669,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"strip-ansi": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
||||
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
||||
"requires": {
|
||||
"ansi-regex": "2.1.1"
|
||||
}
|
||||
},
|
||||
"strip-json-comments": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz",
|
||||
"integrity": "sha1-Fkxk43Coo8wAyeAbU55WmCPw7lQ="
|
||||
},
|
||||
"supports-color": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
||||
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
|
||||
},
|
||||
"switchback": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/switchback/-/switchback-2.0.2.tgz",
|
||||
"integrity": "sha1-ls8ODTY7VZ0Lt/8htip6qRDsYHk=",
|
||||
"requires": {
|
||||
"lodash": "3.10.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": {
|
||||
"version": "3.10.1",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
|
||||
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
10181
packages/strapi-helper-plugin/package-lock.json
generated
10181
packages/strapi-helper-plugin/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user