Merge pull request #17893 from atom/dw-migrate-about

➡️ Migrate core package 'about' into ./packages
This commit is contained in:
David Wilson
2018-08-23 15:48:58 -07:00
committed by GitHub
24 changed files with 3667 additions and 8 deletions

9
package-lock.json generated
View File

@@ -491,8 +491,7 @@
"integrity": "sha1-hn2g/zn3eGEyQsRM/qg/CqTr35s="
},
"about": {
"version": "https://www.atom.io/api/packages/about/versions/1.10.0/tarball",
"integrity": "sha512-fM7e2HvlwwQ38lD5F2FFH6LaT6z4rm6q8XTeIpZOkIymtMx8YdNyZDl2WS0bP0+uBLPxeZdw2E+DJZmKxw9oRA==",
"version": "file:packages/about",
"requires": {
"etch": "0.9.0",
"semver": "^5.5.0"
@@ -500,13 +499,11 @@
"dependencies": {
"etch": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/etch/-/etch-0.9.0.tgz",
"integrity": "sha1-CSJpiPLO4GkL3yCMyyXkFNXfrV8="
"bundled": true
},
"semver": {
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz",
"integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw=="
"bundled": true
}
}
},