aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-utf8
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/is-utf8
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-utf8')
-rw-r--r--node_modules/is-utf8/package.json88
1 files changed, 10 insertions, 78 deletions
diff --git a/node_modules/is-utf8/package.json b/node_modules/is-utf8/package.json
index 3b89ee556..dab1234c7 100644
--- a/node_modules/is-utf8/package.json
+++ b/node_modules/is-utf8/package.json
@@ -1,87 +1,19 @@
{
- "_args": [
- [
- {
- "raw": "is-utf8@^0.2.0",
- "scope": null,
- "escapedName": "is-utf8",
- "name": "is-utf8",
- "rawSpec": "^0.2.0",
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/strip-bom"
- ]
- ],
- "_from": "is-utf8@>=0.2.0 <0.3.0",
- "_id": "is-utf8@0.2.1",
- "_inCache": true,
- "_location": "/is-utf8",
- "_nodeVersion": "2.3.4",
- "_npmUser": {
- "name": "wayfind",
- "email": "whyer1@gmail.com"
- },
- "_npmVersion": "2.12.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-utf8@^0.2.0",
- "scope": null,
- "escapedName": "is-utf8",
- "name": "is-utf8",
- "rawSpec": "^0.2.0",
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp/strip-bom",
- "/strip-bom"
- ],
- "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
- "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
- "_shrinkwrap": null,
- "_spec": "is-utf8@^0.2.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/strip-bom",
- "author": {
- "name": "wayfind"
- },
- "bugs": {
- "url": "https://github.com/wayfind/is-utf8/issues"
- },
- "dependencies": {},
+ "name": "is-utf8",
+ "version": "0.2.1",
"description": "Detect if a buffer is utf8 encoded.",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
- "tarball": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
+ "main": "is-utf8.js",
+ "scripts": {
+ "test": "node test.js"
},
- "files": [
- "is-utf8.js"
- ],
- "gitHead": "709df7202f9c3f93cdc2463b352dd80d8de9ce0b",
- "homepage": "https://github.com/wayfind/is-utf8#readme",
+ "repository": "https://github.com/wayfind/is-utf8.git",
"keywords": [
"utf8",
"charset"
],
- "license": "MIT",
- "main": "is-utf8.js",
- "maintainers": [
- {
- "name": "wayfind",
- "email": "whyer1@gmail.com"
- }
+ "files": [
+ "is-utf8.js"
],
- "name": "is-utf8",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/wayfind/is-utf8.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "0.2.1"
+ "author": "wayfind",
+ "license": "MIT"
}