mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
parent
97f521d5dd
commit
166daf498a
47
grunt/npm-shrinkwrap.json
generated
47
grunt/npm-shrinkwrap.json
generated
@ -457,6 +457,16 @@
|
||||
"from": "bytes@2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz"
|
||||
},
|
||||
"caller-path": {
|
||||
"version": "0.1.0",
|
||||
"from": "caller-path@>=0.1.0 <0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz"
|
||||
},
|
||||
"callsites": {
|
||||
"version": "0.2.0",
|
||||
"from": "callsites@>=0.2.0 <0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz"
|
||||
},
|
||||
"camelcase": {
|
||||
"version": "1.2.1",
|
||||
"from": "camelcase@>=1.2.1 <2.0.0",
|
||||
@ -536,9 +546,9 @@
|
||||
}
|
||||
},
|
||||
"cli-width": {
|
||||
"version": "1.1.1",
|
||||
"from": "cli-width@>=1.0.1 <2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-1.1.1.tgz"
|
||||
"version": "2.1.0",
|
||||
"from": "cli-width@>=2.0.0 <3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.1.0.tgz"
|
||||
},
|
||||
"cliui": {
|
||||
"version": "2.1.0",
|
||||
@ -906,9 +916,9 @@
|
||||
"resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
|
||||
},
|
||||
"eslint": {
|
||||
"version": "2.0.0",
|
||||
"from": "eslint@2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-2.0.0.tgz",
|
||||
"version": "2.2.0",
|
||||
"from": "eslint@2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-2.2.0.tgz",
|
||||
"dependencies": {
|
||||
"argparse": {
|
||||
"version": "1.0.7",
|
||||
@ -1766,9 +1776,16 @@
|
||||
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
|
||||
},
|
||||
"inquirer": {
|
||||
"version": "0.11.4",
|
||||
"from": "inquirer@>=0.11.0 <0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.11.4.tgz"
|
||||
"version": "0.12.0",
|
||||
"from": "inquirer@>=0.12.0 <0.13.0",
|
||||
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz",
|
||||
"dependencies": {
|
||||
"lodash": {
|
||||
"version": "4.13.1",
|
||||
"from": "lodash@^4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"invariant": {
|
||||
"version": "2.2.1",
|
||||
@ -2934,6 +2951,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"require-uncached": {
|
||||
"version": "1.0.2",
|
||||
"from": "require-uncached@>=1.0.2 <2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.2.tgz",
|
||||
"dependencies": {
|
||||
"resolve-from": {
|
||||
"version": "1.0.1",
|
||||
"from": "resolve-from@>=1.0.0 <2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"reserved-words": {
|
||||
"version": "0.1.1",
|
||||
"from": "reserved-words@>=0.1.1 <0.2.0",
|
||||
|
@ -38,7 +38,7 @@
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.0.3",
|
||||
"babel-eslint": "^6.0.4",
|
||||
"eslint": "^2.0.0",
|
||||
"eslint": "^2.2.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-babel": "^5.0.3",
|
||||
"grunt-build-control": "^0.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user